[metrics] Add DSS grafana dashboard #1507
Open
the-glu wants to merge 4 commits into
Open
Conversation
the-glu
commented
Jun 4, 2026
mickmis
approved these changes
Jun 8, 2026
| You can use the `--metrics_addr` flag to change the listening port and address. | ||
|
|
||
| No dashboard has been created yet, but one is planned. | ||
| A dashboard is automatically deployed by Helm and Tanka. If you use you own grafana instance, it can be found [there](https://github.com/interuss/dss/blob/master/deploy/services/tanka/grafana_dashboards/dss.json). |
Contributor
There was a problem hiding this comment.
Do we also get that with a local dev deployment?
Member
Author
There was a problem hiding this comment.
Mmm as of now, no, but that probably worth a sparate discussion & implementation (including tracing):
We should probably add metrics & tracing to build/dev/run_locally.sh for developpers, should we even do it by default? Or make it an option?
| "group": "", | ||
| "version": "v0", | ||
| "spec": { | ||
| "expr": "histogram_quantile(0.95, sum by (le, pgx_operation_type) (rate(db_client_operation_duration_seconds_bucket[5m])))", |
Contributor
There was a problem hiding this comment.
Can't we have relatively easily the 5m configurable via the dashboard?
Member
Author
There was a problem hiding this comment.
We could, but would that be useful?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Final PR of this monitoring chain, following #1506
This one add the grafana dashboard, showing metrics for the DSS.
Here are the metric with some interuss/monitoring tests running against the DSS: